﻿2026-07-10T00:57:53.4392456Z Current runner version: '2.335.1'
2026-07-10T00:57:53.4397708Z Runner name: 'kitsubito'
2026-07-10T00:57:53.4398263Z Runner group name: 'Default'
2026-07-10T00:57:53.4399090Z Machine name: 'KITSUBITO'
2026-07-10T00:57:53.4401113Z ##[group]GITHUB_TOKEN Permissions
2026-07-10T00:57:53.4403427Z Contents: read
2026-07-10T00:57:53.4403828Z Metadata: read
2026-07-10T00:57:53.4404199Z Packages: read
2026-07-10T00:57:53.4404566Z ##[endgroup]
2026-07-10T00:57:53.4406292Z Secret source: Actions
2026-07-10T00:57:53.4406910Z Prepare workflow directory
2026-07-10T00:57:53.4835867Z Prepare all required actions
2026-07-10T00:57:53.4871384Z Getting action download info
2026-07-10T00:57:53.8296252Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-10T00:57:54.4807186Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-10T00:57:54.5827553Z ##[group]Run actions/checkout@v5
2026-07-10T00:57:54.5828359Z with:
2026-07-10T00:57:54.5828749Z   fetch-depth: 0
2026-07-10T00:57:54.5829302Z   repository: SaberMage/spt-core
2026-07-10T00:57:54.5832533Z   token: ***
2026-07-10T00:57:54.5832910Z   ssh-strict: true
2026-07-10T00:57:54.5833288Z   ssh-user: git
2026-07-10T00:57:54.5833693Z   persist-credentials: true
2026-07-10T00:57:54.5834117Z   clean: true
2026-07-10T00:57:54.5834489Z   sparse-checkout-cone-mode: true
2026-07-10T00:57:54.5834929Z   fetch-tags: false
2026-07-10T00:57:54.5835319Z   show-progress: true
2026-07-10T00:57:54.5835765Z   lfs: false
2026-07-10T00:57:54.5836138Z   submodules: false
2026-07-10T00:57:54.5836535Z   set-safe-directory: true
2026-07-10T00:57:54.5837155Z ##[endgroup]
2026-07-10T00:57:54.6640527Z Syncing repository: SaberMage/spt-core
2026-07-10T00:57:54.6642353Z ##[group]Getting Git version info
2026-07-10T00:57:54.6643155Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-10T00:57:54.6644205Z [command]/usr/bin/git version
2026-07-10T00:57:54.6644643Z git version 2.43.0
2026-07-10T00:57:54.6645946Z ##[endgroup]
2026-07-10T00:57:54.6657041Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1e33deed-34f2-4384-bbc7-95f9b6e60867' before making global git config changes
2026-07-10T00:57:54.6658310Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T00:57:54.6660168Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T00:57:54.6690741Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-10T00:57:54.6710875Z https://github.com/SaberMage/spt-core
2026-07-10T00:57:54.6721436Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T00:57:54.6723785Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T00:57:54.6743308Z HEAD
2026-07-10T00:57:54.6775885Z ##[endgroup]
2026-07-10T00:57:54.6776716Z [command]/usr/bin/git submodule status
2026-07-10T00:57:54.6958133Z ##[group]Cleaning the repository
2026-07-10T00:57:54.6960790Z [command]/usr/bin/git clean -ffdx
2026-07-10T00:57:54.7216128Z Removing dist/
2026-07-10T00:57:54.7223718Z [command]/usr/bin/git reset --hard HEAD
2026-07-10T00:57:54.7288258Z HEAD is now at b0d77197a Merge pull request #73 from SaberMage/release/v0.30.4
2026-07-10T00:57:54.7295861Z ##[endgroup]
2026-07-10T00:57:54.7297705Z ##[group]Disabling automatic garbage collection
2026-07-10T00:57:54.7301724Z [command]/usr/bin/git config --local gc.auto 0
2026-07-10T00:57:54.7330977Z ##[endgroup]
2026-07-10T00:57:54.7331762Z ##[group]Setting up auth
2026-07-10T00:57:54.7337978Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T00:57:54.7369945Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T00:57:54.7603897Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T00:57:54.7638829Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T00:57:54.7867101Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T00:57:54.7904626Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T00:57:54.8119887Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-10T00:57:54.8154534Z ##[endgroup]
2026-07-10T00:57:54.8155448Z ##[group]Fetching the repository
2026-07-10T00:57:54.8162217Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1:refs/remotes/pull/74/merge
2026-07-10T00:57:55.6439733Z From https://github.com/SaberMage/spt-core
2026-07-10T00:57:55.6441519Z  * [new branch]          release/v0.30.5                          -> origin/release/v0.30.5
2026-07-10T00:57:55.6443309Z  * [new ref]             3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1 -> pull/74/merge
2026-07-10T00:57:55.6493271Z ##[endgroup]
2026-07-10T00:57:55.6494491Z ##[group]Determining the checkout info
2026-07-10T00:57:55.6495857Z ##[endgroup]
2026-07-10T00:57:55.6498520Z [command]/usr/bin/git sparse-checkout disable
2026-07-10T00:57:55.6540931Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-10T00:57:55.6571889Z ##[group]Checking out the ref
2026-07-10T00:57:55.6574943Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/74/merge
2026-07-10T00:57:55.6787175Z Previous HEAD position was b0d77197a Merge pull request #73 from SaberMage/release/v0.30.4
2026-07-10T00:57:55.6790563Z HEAD is now at 3eaa7bc48 Merge 55024567e98df04e7fa82b6058ab9149f500d943 into b0d77197ab07bcb30d8bbf24d5e01f2ce0a0f1fa
2026-07-10T00:57:55.6799420Z ##[endgroup]
2026-07-10T00:57:55.6844513Z [command]/usr/bin/git log -1 --format=%H
2026-07-10T00:57:55.6876551Z 3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1
2026-07-10T00:57:55.7089119Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-10T00:57:55.7090884Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-10T00:57:55.7108761Z shell: /usr/bin/bash -e {0}
2026-07-10T00:57:55.7109728Z ##[endgroup]
2026-07-10T00:57:55.7259345Z ##[group]Run set -euo pipefail
2026-07-10T00:57:55.7260319Z [36;1mset -euo pipefail[0m
2026-07-10T00:57:55.7261137Z [36;1mPIN=0c95435[0m
2026-07-10T00:57:55.7261944Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T00:57:55.7262950Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T00:57:55.7264315Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T00:57:55.7266036Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T00:57:55.7267791Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T00:57:55.7269247Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T00:57:55.7270153Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T00:57:55.7271223Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T00:57:55.7272656Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T00:57:55.7274100Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T00:57:55.7275032Z [36;1mfi[0m
2026-07-10T00:57:55.7276128Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T00:57:55.7294205Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T00:57:55.7295643Z env:
2026-07-10T00:57:55.7296510Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T00:57:55.7297654Z ##[endgroup]
2026-07-10T00:57:56.0543121Z    Compiling proc-macro2 v1.0.106
2026-07-10T00:57:56.0545510Z    Compiling unicode-ident v1.0.24
2026-07-10T00:57:56.0547089Z    Compiling quote v1.0.45
2026-07-10T00:57:56.0548138Z    Compiling libc v0.2.186
2026-07-10T00:57:56.0586745Z    Compiling serde_core v1.0.228
2026-07-10T00:57:56.0588060Z    Compiling cfg-if v1.0.4
2026-07-10T00:57:56.0589005Z    Compiling serde v1.0.228
2026-07-10T00:57:56.0613162Z    Compiling log v0.4.32
2026-07-10T00:57:56.0649672Z    Compiling pin-project-lite v0.2.17
2026-07-10T00:57:56.0663303Z    Compiling portable-atomic v1.13.1
2026-07-10T00:57:56.0707832Z    Compiling typenum v1.20.1
2026-07-10T00:57:56.0710184Z    Compiling version_check v0.9.5
2026-07-10T00:57:56.0711736Z    Compiling memchr v2.8.1
2026-07-10T00:57:56.0713137Z    Compiling shlex v2.0.1
2026-07-10T00:57:56.0807064Z    Compiling find-msvc-tools v0.1.9
2026-07-10T00:57:56.1332279Z    Compiling critical-section v1.2.0
2026-07-10T00:57:56.1811969Z    Compiling bytes v1.11.1
2026-07-10T00:57:56.1951687Z    Compiling subtle v2.6.1
2026-07-10T00:57:56.2243295Z    Compiling futures-core v0.3.32
2026-07-10T00:57:56.3391613Z    Compiling smallvec v1.15.1
2026-07-10T00:57:56.4191947Z    Compiling equivalent v1.0.2
2026-07-10T00:57:56.4363909Z    Compiling itoa v1.0.18
2026-07-10T00:57:56.4372236Z    Compiling semver v1.0.28
2026-07-10T00:57:56.4627721Z    Compiling stable_deref_trait v1.2.1
2026-07-10T00:57:56.4684168Z    Compiling futures-io v0.3.32
2026-07-10T00:57:56.4807769Z    Compiling slab v0.4.12
2026-07-10T00:57:56.4959469Z    Compiling futures-sink v0.3.32
2026-07-10T00:57:56.5192497Z    Compiling futures-task v0.3.32
2026-07-10T00:57:56.6121790Z    Compiling futures-channel v0.3.32
2026-07-10T00:57:56.6124821Z    Compiling rand_core v0.10.1
2026-07-10T00:57:56.6264435Z    Compiling generic-array v0.14.7
2026-07-10T00:57:56.6555043Z    Compiling hashbrown v0.17.1
2026-07-10T00:57:56.6582789Z    Compiling bitflags v2.12.1
2026-07-10T00:57:56.7882671Z    Compiling rustversion v1.0.22
2026-07-10T00:57:56.7972846Z    Compiling cpufeatures v0.2.17
2026-07-10T00:57:56.8012548Z    Compiling getrandom v0.4.2
2026-07-10T00:57:56.8635620Z    Compiling rustc_version v0.4.1
2026-07-10T00:57:56.8772192Z    Compiling fnv v1.0.7
2026-07-10T00:57:56.8962971Z    Compiling cfg_aliases v0.2.1
2026-07-10T00:57:56.9392337Z    Compiling strsim v0.11.1
2026-07-10T00:57:56.9641358Z    Compiling writeable v0.6.3
2026-07-10T00:57:56.9804369Z    Compiling litemap v0.8.2
2026-07-10T00:57:56.9895626Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T00:57:57.0204233Z    Compiling icu_properties_data v2.2.0
2026-07-10T00:57:57.0614886Z    Compiling utf8_iter v1.0.4
2026-07-10T00:57:57.1461506Z    Compiling dunce v1.0.5
2026-07-10T00:57:57.1631360Z    Compiling ident_case v1.0.1
2026-07-10T00:57:57.1978624Z    Compiling fs_extra v1.3.0
2026-07-10T00:57:57.2470257Z    Compiling autocfg v1.5.1
2026-07-10T00:57:57.2530136Z    Compiling percent-encoding v2.3.2
2026-07-10T00:57:57.2909901Z    Compiling thiserror v2.0.18
2026-07-10T00:57:57.3501292Z    Compiling unicode-segmentation v1.13.3
2026-07-10T00:57:57.4751159Z    Compiling http v1.4.1
2026-07-10T00:57:57.5452091Z    Compiling cpufeatures v0.3.0
2026-07-10T00:57:57.6190853Z    Compiling aws-lc-rs v1.17.0
2026-07-10T00:57:57.6290848Z    Compiling scopeguard v1.2.0
2026-07-10T00:57:57.7236393Z    Compiling syn v2.0.117
2026-07-10T00:57:57.7362178Z    Compiling lock_api v0.4.14
2026-07-10T00:57:57.7754517Z    Compiling chacha20 v0.10.0
2026-07-10T00:57:57.7931744Z    Compiling form_urlencoded v1.2.2
2026-07-10T00:57:57.8082301Z    Compiling untrusted v0.9.0
2026-07-10T00:57:57.8231145Z    Compiling heck v0.5.0
2026-07-10T00:57:57.9720450Z    Compiling indexmap v2.14.0
2026-07-10T00:57:57.9930921Z    Compiling rustls v0.23.40
2026-07-10T00:57:58.0000947Z    Compiling const-oid v0.10.2
2026-07-10T00:57:58.0121531Z    Compiling atomic-waker v1.1.2
2026-07-10T00:57:58.0530844Z    Compiling jobserver v0.1.34
2026-07-10T00:57:58.1050971Z    Compiling anyhow v1.0.102
2026-07-10T00:57:58.1271050Z    Compiling convert_case v0.10.0
2026-07-10T00:57:58.1531538Z    Compiling unicode-xid v0.2.6
2026-07-10T00:57:58.1660803Z    Compiling parking_lot_core v0.9.12
2026-07-10T00:57:58.2031490Z    Compiling httparse v1.10.1
2026-07-10T00:57:58.2411521Z    Compiling zerocopy v0.8.50
2026-07-10T00:57:58.2500696Z    Compiling paste v1.0.15
2026-07-10T00:57:58.2690764Z    Compiling hybrid-array v0.4.12
2026-07-10T00:57:58.3131492Z    Compiling num-traits v0.2.19
2026-07-10T00:57:58.3690936Z    Compiling curve25519-dalek v4.1.3
2026-07-10T00:57:58.4530896Z    Compiling cc v1.2.63
2026-07-10T00:57:58.5813878Z    Compiling ahash v0.8.12
2026-07-10T00:57:58.5910366Z    Compiling either v1.16.0
2026-07-10T00:57:58.6060085Z    Compiling fastrand v2.4.1
2026-07-10T00:57:58.6673078Z    Compiling http-body v1.0.1
2026-07-10T00:57:58.6751289Z    Compiling powerfmt v0.2.0
2026-07-10T00:57:58.6961444Z    Compiling base64ct v1.8.3
2026-07-10T00:57:58.9420916Z    Compiling try-lock v0.2.5
2026-07-10T00:57:58.9903820Z    Compiling crypto-common v0.1.7
2026-07-10T00:57:59.0349545Z    Compiling block-buffer v0.10.4
2026-07-10T00:57:59.0513573Z    Compiling deranged v0.5.8
2026-07-10T00:57:59.0640751Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T00:57:59.0681074Z    Compiling tower-service v0.3.3
2026-07-10T00:57:59.1140932Z    Compiling num-conv v0.2.2
2026-07-10T00:57:59.1300536Z    Compiling mio v1.2.1
2026-07-10T00:57:59.1410784Z    Compiling socket2 v0.6.4
2026-07-10T00:57:59.1871104Z    Compiling getrandom v0.2.17
2026-07-10T00:57:59.2881075Z    Compiling digest v0.10.7
2026-07-10T00:57:59.3881214Z    Compiling rand_core v0.6.4
2026-07-10T00:57:59.4450952Z    Compiling rand v0.10.1
2026-07-10T00:57:59.4690634Z    Compiling uuid v1.23.2
2026-07-10T00:57:59.5430800Z    Compiling base64 v0.22.1
2026-07-10T00:57:59.5591542Z    Compiling data-encoding v2.11.0
2026-07-10T00:57:59.6100437Z    Compiling time-core v0.1.8
2026-07-10T00:57:59.6404781Z    Compiling vcpkg v0.2.15
2026-07-10T00:57:59.6541006Z    Compiling pkg-config v0.3.33
2026-07-10T00:57:59.6770677Z    Compiling tinyvec_macros v0.1.1
2026-07-10T00:57:59.7358835Z    Compiling zmij v1.0.21
2026-07-10T00:57:59.8410667Z    Compiling parking_lot v0.12.5
2026-07-10T00:57:59.8930710Z    Compiling tinyvec v1.11.0
2026-07-10T00:58:00.0094627Z    Compiling sha2 v0.10.9
2026-07-10T00:58:00.1148894Z    Compiling cmake v0.1.58
2026-07-10T00:58:00.1473613Z    Compiling want v0.3.1
2026-07-10T00:58:00.1650385Z    Compiling block-buffer v0.12.0
2026-07-10T00:58:00.2530226Z    Compiling crypto-common v0.2.2
2026-07-10T00:58:00.3646399Z    Compiling inout v0.1.4
2026-07-10T00:58:00.3811150Z    Compiling vergen-lib v9.1.0
2026-07-10T00:58:00.5021121Z    Compiling n0-future v0.3.2
2026-07-10T00:58:00.5127994Z    Compiling crossbeam-utils v0.8.21
2026-07-10T00:58:00.5302505Z    Compiling diatomic-waker v0.2.3
2026-07-10T00:58:00.5458118Z    Compiling cordyceps v0.3.4
2026-07-10T00:58:00.5690836Z    Compiling httpdate v1.0.3
2026-07-10T00:58:00.5961842Z    Compiling winnow v1.0.3
2026-07-10T00:58:00.6049352Z    Compiling serde_json v1.0.150
2026-07-10T00:58:00.7127231Z    Compiling parking v2.2.1
2026-07-10T00:58:00.7250391Z    Compiling spin v0.10.0
2026-07-10T00:58:00.7610567Z    Compiling signature v2.2.0
2026-07-10T00:58:00.8066269Z    Compiling cipher v0.4.4
2026-07-10T00:58:00.8405909Z    Compiling futures-lite v2.6.1
2026-07-10T00:58:00.8870347Z    Compiling netlink-packet-core v0.8.1
2026-07-10T00:58:00.8925470Z    Compiling universal-hash v0.5.1
2026-07-10T00:58:00.9190968Z    Compiling futures-buffered v0.2.13
2026-07-10T00:58:00.9260748Z    Compiling vergen-lib v0.1.6
2026-07-10T00:58:00.9383357Z    Compiling vergen v9.1.0
2026-07-10T00:58:00.9436738Z    Compiling ed25519 v2.2.3
2026-07-10T00:58:00.9781180Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T00:58:01.0245917Z    Compiling heapless v0.7.17
2026-07-10T00:58:01.1010900Z    Compiling noq-udp v0.10.0
2026-07-10T00:58:01.1261037Z    Compiling sync_wrapper v1.0.2
2026-07-10T00:58:01.1500801Z    Compiling digest v0.11.3
2026-07-10T00:58:01.1630556Z    Compiling allocator-api2 v0.2.21
2026-07-10T00:58:01.1940522Z    Compiling byteorder v1.5.0
2026-07-10T00:58:01.2489444Z    Compiling opaque-debug v0.3.1
2026-07-10T00:58:01.2691373Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T00:58:01.3031073Z    Compiling aws-lc-sys v0.41.0
2026-07-10T00:58:01.3071249Z    Compiling ring v0.17.14
2026-07-10T00:58:01.3166406Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T00:58:01.3390919Z    Compiling polyval v0.6.2
2026-07-10T00:58:01.4810616Z    Compiling hash32 v0.2.1
2026-07-10T00:58:01.5327357Z    Compiling vergen-gitcl v1.0.8
2026-07-10T00:58:01.5410490Z    Compiling spin v0.9.8
2026-07-10T00:58:01.5897142Z    Compiling tower-layer v0.3.3
2026-07-10T00:58:01.6578718Z    Compiling fallible-iterator v0.3.0
2026-07-10T00:58:01.6740775Z    Compiling signature v3.0.0
2026-07-10T00:58:01.7380818Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T00:58:01.7496507Z    Compiling ryu v1.0.23
2026-07-10T00:58:01.8358676Z    Compiling num_threads v0.1.7
2026-07-10T00:58:01.8829067Z    Compiling ghash v0.5.1
2026-07-10T00:58:01.8991359Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T00:58:01.9830533Z    Compiling ctr v0.9.2
2026-07-10T00:58:02.0200539Z    Compiling time v0.3.47
2026-07-10T00:58:02.0390706Z    Compiling aes v0.8.4
2026-07-10T00:58:02.0896736Z    Compiling fs2 v0.4.3
2026-07-10T00:58:02.1417573Z    Compiling aead v0.5.2
2026-07-10T00:58:02.1543257Z    Compiling http-body-util v0.1.3
2026-07-10T00:58:02.1921208Z    Compiling utf8parse v0.2.2
2026-07-10T00:58:02.2729461Z    Compiling openssl-probe v0.2.1
2026-07-10T00:58:02.2805494Z    Compiling arrayvec v0.7.6
2026-07-10T00:58:02.2960609Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T00:58:02.4230418Z    Compiling crossbeam-channel v0.5.15
2026-07-10T00:58:02.5203369Z    Compiling blake3 v1.8.5
2026-07-10T00:58:02.5550930Z    Compiling netlink-packet-route v0.29.0
2026-07-10T00:58:02.5648577Z    Compiling memoffset v0.6.5
2026-07-10T00:58:02.6071078Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T00:58:02.7810871Z    Compiling acto v0.8.2
2026-07-10T00:58:02.7905993Z    Compiling noq v0.18.0
2026-07-10T00:58:02.7919905Z    Compiling netwatch v0.16.0
2026-07-10T00:58:02.8590699Z    Compiling aes-gcm v0.10.3
2026-07-10T00:58:03.0460869Z    Compiling lru-slab v0.1.2
2026-07-10T00:58:03.0898680Z    Compiling mac-addr v0.3.0
2026-07-10T00:58:03.1231693Z    Compiling ref-cast v1.0.25
2026-07-10T00:58:03.1512391Z    Compiling rustix v1.1.4
2026-07-10T00:58:03.1851303Z    Compiling xml-rs v0.8.28
2026-07-10T00:58:03.1994715Z    Compiling foldhash v0.2.0
2026-07-10T00:58:03.3051859Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T00:58:03.3379161Z    Compiling identity-hash v0.1.0
2026-07-10T00:58:03.3861608Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T00:58:03.4540873Z    Compiling tagptr v0.2.0
2026-07-10T00:58:03.4579971Z    Compiling rustc-hash v2.1.2
2026-07-10T00:58:03.6040484Z    Compiling thiserror v1.0.69
2026-07-10T00:58:03.6250889Z    Compiling hashbrown v0.16.1
2026-07-10T00:58:03.8051249Z    Compiling synstructure v0.13.2
2026-07-10T00:58:03.8189608Z    Compiling darling_core v0.20.11
2026-07-10T00:58:03.8572603Z    Compiling serde_derive_internals v0.29.1
2026-07-10T00:58:03.9323853Z    Compiling netlink-packet-route v0.30.0
2026-07-10T00:58:04.2658399Z    Compiling proc-macro-crate v3.5.0
2026-07-10T00:58:04.3360703Z    Compiling xmltree v0.10.3
2026-07-10T00:58:04.7040457Z    Compiling ioctl-rs v0.1.6
2026-07-10T00:58:04.7150702Z    Compiling termios v0.2.2
2026-07-10T00:58:04.7170553Z    Compiling serial-core v0.4.0
2026-07-10T00:58:04.7881002Z    Compiling errno v0.3.14
2026-07-10T00:58:04.8062204Z    Compiling aho-corasick v1.1.4
2026-07-10T00:58:04.8728844Z    Compiling simple-dns v0.9.3
2026-07-10T00:58:04.9069211Z    Compiling linux-raw-sys v0.12.1
2026-07-10T00:58:04.9158671Z    Compiling regex-syntax v0.8.10
2026-07-10T00:58:04.9685361Z    Compiling constant_time_eq v0.4.2
2026-07-10T00:58:05.0081014Z    Compiling toml_write v0.1.2
2026-07-10T00:58:05.1810784Z    Compiling winnow v0.7.15
2026-07-10T00:58:05.1880817Z    Compiling simdutf8 v0.1.5
2026-07-10T00:58:05.2750799Z    Compiling resolv-conf v0.7.6
2026-07-10T00:58:05.3130807Z    Compiling signal-hook v0.3.18
2026-07-10T00:58:05.3191597Z    Compiling sha1_smol v1.0.1
2026-07-10T00:58:05.5135240Z    Compiling smol_str v0.1.24
2026-07-10T00:58:05.5205156Z    Compiling arrayref v0.3.9
2026-07-10T00:58:05.6201493Z    Compiling signal-hook-registry v1.4.8
2026-07-10T00:58:05.7511617Z    Compiling serial-unix v0.4.0
2026-07-10T00:58:05.8441034Z    Compiling lru v0.16.4
2026-07-10T00:58:06.0200916Z    Compiling darling_core v0.23.0
2026-07-10T00:58:06.0660978Z    Compiling serde_bytes v0.11.19
2026-07-10T00:58:06.0911044Z    Compiling hmac v0.12.1
2026-07-10T00:58:06.2270763Z    Compiling serde_derive v1.0.228
2026-07-10T00:58:06.2692370Z    Compiling zeroize_derive v1.4.3
2026-07-10T00:58:06.3570660Z    Compiling tokio-macros v2.7.0
2026-07-10T00:58:06.3686692Z    Compiling futures-macro v0.3.32
2026-07-10T00:58:06.9320359Z    Compiling zeroize v1.8.2
2026-07-10T00:58:07.0921064Z    Compiling zerofrom-derive v0.1.7
2026-07-10T00:58:07.1559555Z    Compiling yoke-derive v0.8.2
2026-07-10T00:58:07.3104779Z    Compiling tokio v1.52.3
2026-07-10T00:58:07.5410615Z    Compiling futures-util v0.3.32
2026-07-10T00:58:07.6217908Z    Compiling zerovec-derive v0.11.3
2026-07-10T00:58:08.1295511Z    Compiling displaydoc v0.2.6
2026-07-10T00:58:08.4445617Z    Compiling tracing-attributes v0.1.31
2026-07-10T00:58:08.8021612Z    Compiling rustls-pki-types v1.14.1
2026-07-10T00:58:08.9035668Z    Compiling zerofrom v0.1.8
2026-07-10T00:58:09.0260810Z    Compiling yoke v0.8.3
2026-07-10T00:58:09.0880892Z    Compiling thiserror-impl v2.0.18
2026-07-10T00:58:09.2490639Z    Compiling zerotrie v0.2.4
2026-07-10T00:58:09.5576292Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T00:58:09.5820645Z    Compiling zerovec v0.11.6
2026-07-10T00:58:09.7000879Z    Compiling darling_macro v0.20.11
2026-07-10T00:58:09.7260796Z    Compiling derive_more-impl v2.1.1
2026-07-10T00:58:10.1580668Z    Compiling darling v0.20.11
2026-07-10T00:58:10.2260624Z    Compiling n0-error-macros v0.1.3
2026-07-10T00:58:10.2751536Z    Compiling derive_builder_core v0.20.2
2026-07-10T00:58:10.4437902Z    Compiling spez v0.1.2
2026-07-10T00:58:10.5990449Z    Compiling tinystr v0.8.3
2026-07-10T00:58:10.6481222Z    Compiling potential_utf v0.1.5
2026-07-10T00:58:10.8090750Z    Compiling icu_locale_core v2.2.0
2026-07-10T00:58:10.8160493Z    Compiling icu_collections v2.2.0
2026-07-10T00:58:10.9540523Z    Compiling der v0.8.0-rc.10
2026-07-10T00:58:11.2861613Z    Compiling pin-project-internal v1.1.13
2026-07-10T00:58:11.5800271Z    Compiling n0-error v0.1.3
2026-07-10T00:58:11.5940687Z    Compiling cobs v0.3.0
2026-07-10T00:58:11.8490698Z    Compiling futures-executor v0.3.32
2026-07-10T00:58:11.8891322Z    Compiling derive_builder_macro v0.20.2
2026-07-10T00:58:11.9841029Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T00:58:12.2291559Z    Compiling icu_provider v2.2.0
2026-07-10T00:58:12.2360988Z    Compiling derive_builder v0.20.2
2026-07-10T00:58:12.3675507Z    Compiling ed25519-dalek v2.2.0
2026-07-10T00:58:12.7080929Z    Compiling icu_normalizer v2.2.0
2026-07-10T00:58:12.7700544Z    Compiling icu_properties v2.2.0
2026-07-10T00:58:12.8241267Z    Compiling ipnet v2.12.0
2026-07-10T00:58:12.9760807Z    Compiling spki v0.8.0-rc.4
2026-07-10T00:58:13.0250723Z    Compiling pin-project v1.1.13
2026-07-10T00:58:13.1720430Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T00:58:13.1780952Z    Compiling spt-proto v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T00:58:13.3760791Z    Compiling prefix-trie v0.8.4
2026-07-10T00:58:13.5242852Z    Compiling once_cell v1.21.4
2026-07-10T00:58:13.5980572Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T00:58:13.7266081Z    Compiling tracing-core v0.1.36
2026-07-10T00:58:13.7838828Z    Compiling futures v0.3.32
2026-07-10T00:58:13.7995923Z    Compiling postcard-derive v0.2.2
2026-07-10T00:58:14.0123377Z    Compiling tokio-util v0.7.18
2026-07-10T00:58:14.0172524Z    Compiling hashbrown v0.14.5
2026-07-10T00:58:14.1251079Z    Compiling netlink-sys v0.8.8
2026-07-10T00:58:14.2132861Z    Compiling tower v0.5.3
2026-07-10T00:58:14.4961920Z    Compiling tracing v0.1.44
2026-07-10T00:58:14.5122899Z    Compiling idna_adapter v1.2.2
2026-07-10T00:58:14.6221240Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T00:58:14.6548358Z    Compiling idna v1.1.0
2026-07-10T00:58:14.6790768Z    Compiling postcard v1.1.3
2026-07-10T00:58:14.7300995Z    Compiling data-encoding-macro v0.1.20
2026-07-10T00:58:14.9050987Z    Compiling hashlink v0.9.1
2026-07-10T00:58:14.9371478Z    Compiling rustls-native-certs v0.8.4
2026-07-10T00:58:14.9419802Z    Compiling strum_macros v0.28.0
2026-07-10T00:58:14.9500074Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T00:58:15.0040511Z    Compiling num_enum_derive v0.7.6
2026-07-10T00:58:15.1168800Z    Compiling async-trait v0.1.89
2026-07-10T00:58:15.1314859Z    Compiling enum-assoc v1.3.0
2026-07-10T00:58:15.2370692Z    Compiling url v2.5.8
2026-07-10T00:58:15.2840731Z    Compiling derive_more v2.1.1
2026-07-10T00:58:15.3228128Z    Compiling h2 v0.4.14
2026-07-10T00:58:15.4232041Z    Compiling rusqlite v0.32.1
2026-07-10T00:58:15.5144331Z    Compiling iroh-metrics v0.38.3
2026-07-10T00:58:15.6061608Z    Compiling tokio-stream v0.1.18
2026-07-10T00:58:15.6171102Z    Compiling iroh-relay v0.98.0
2026-07-10T00:58:15.6584176Z    Compiling n0-watcher v0.6.1
2026-07-10T00:58:15.9796211Z    Compiling netdev v0.42.0
2026-07-10T00:58:16.0271740Z    Compiling netlink-proto v0.12.0
2026-07-10T00:58:16.2200530Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T00:58:16.3300744Z    Compiling iroh-base v0.98.0
2026-07-10T00:58:16.3430919Z    Compiling attohttpc v0.30.1
2026-07-10T00:58:16.3521845Z    Compiling tower-http v0.6.11
2026-07-10T00:58:16.4410980Z    Compiling num_enum v0.7.6
2026-07-10T00:58:16.5681236Z    Compiling moka v0.12.15
2026-07-10T00:58:16.5810832Z    Compiling toml_datetime v0.6.11
2026-07-10T00:58:16.6163134Z    Compiling serde_spanned v0.6.9
2026-07-10T00:58:16.6710943Z    Compiling ref-cast-impl v1.0.25
2026-07-10T00:58:16.7861520Z    Compiling thiserror-impl v1.0.69
2026-07-10T00:58:16.8551588Z    Compiling spt-store v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T00:58:16.9550329Z    Compiling toml_edit v0.22.27
2026-07-10T00:58:17.3650735Z    Compiling webpki-roots v1.0.7
2026-07-10T00:58:17.4050843Z    Compiling regex-automata v0.4.14
2026-07-10T00:58:17.4871597Z    Compiling schemars_derive v1.2.1
2026-07-10T00:58:17.7852123Z    Compiling seize v0.5.1
2026-07-10T00:58:17.8576595Z    Compiling iroh v0.98.2
2026-07-10T00:58:17.9765141Z    Compiling rustix v0.38.44
2026-07-10T00:58:18.1021578Z    Compiling pin-utils v0.1.0
2026-07-10T00:58:18.1259706Z    Compiling bitflags v1.3.2
2026-07-10T00:58:18.1738799Z    Compiling dyn-clone v1.0.20
2026-07-10T00:58:18.2290452Z    Compiling cmov v0.5.4
2026-07-10T00:58:18.3591042Z    Compiling nix v0.25.1
2026-07-10T00:58:18.3773621Z    Compiling strum v0.28.0
2026-07-10T00:58:18.4450918Z    Compiling papaya v0.2.4
2026-07-10T00:58:18.4899551Z    Compiling iroh-dns v0.98.0
2026-07-10T00:58:18.5110768Z    Compiling ctutils v0.4.2
2026-07-10T00:58:18.5331764Z    Compiling backon v1.6.0
2026-07-10T00:58:18.7081043Z    Compiling darling_macro v0.23.0
2026-07-10T00:58:18.8964397Z    Compiling hkdf v0.12.4
2026-07-10T00:58:18.9192089Z    Compiling filedescriptor v0.8.3
2026-07-10T00:58:18.9369279Z    Compiling serial v0.4.0
2026-07-10T00:58:19.0475555Z    Compiling anstyle-parse v1.0.0
2026-07-10T00:58:19.0671420Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T00:58:19.1579883Z    Compiling foldhash v0.1.5
2026-07-10T00:58:19.1909826Z    Compiling downcast-rs v1.2.1
2026-07-10T00:58:19.2066302Z    Compiling anstyle v1.0.14
2026-07-10T00:58:19.2494372Z    Compiling instability v0.3.12
2026-07-10T00:58:19.3007549Z    Compiling colorchoice v1.0.5
2026-07-10T00:58:19.3111047Z    Compiling linux-raw-sys v0.4.15
2026-07-10T00:58:19.3693848Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T00:58:19.4120376Z    Compiling shell-words v1.1.1
2026-07-10T00:58:19.4420693Z    Compiling anstyle-query v1.1.5
2026-07-10T00:58:19.4520764Z    Compiling vte v0.13.1
2026-07-10T00:58:19.4803919Z    Compiling signal-hook-mio v0.2.5
2026-07-10T00:58:19.4804943Z    Compiling hashbrown v0.15.5
2026-07-10T00:58:19.5436115Z    Compiling anstream v1.0.0
2026-07-10T00:58:19.5740624Z    Compiling darling v0.23.0
2026-07-10T00:58:19.6380819Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T00:58:19.6661177Z    Compiling spake2 v0.4.0
2026-07-10T00:58:19.6781148Z    Compiling terminal_size v0.4.4
2026-07-10T00:58:19.8240886Z    Compiling strum_macros v0.26.4
2026-07-10T00:58:20.0144104Z    Compiling toml v0.8.23
2026-07-10T00:58:20.1271563Z    Compiling sha1 v0.10.6
2026-07-10T00:58:20.1430170Z    Compiling schemars v1.2.1
2026-07-10T00:58:20.4890670Z    Compiling itertools v0.13.0
2026-07-10T00:58:20.5370541Z    Compiling castaway v0.2.4
2026-07-10T00:58:20.6870630Z    Compiling doctest-file v1.1.1
2026-07-10T00:58:20.7400587Z    Compiling regex v1.12.3
2026-07-10T00:58:21.2125053Z    Compiling spt-msg v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T00:58:21.3168674Z    Compiling hyper v1.10.1
2026-07-10T00:58:21.3769883Z    Compiling unicode-width v0.1.14
2026-07-10T00:58:21.5427441Z    Compiling indoc v2.0.7
2026-07-10T00:58:21.7185835Z    Compiling spt-runtime v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T00:58:22.1084296Z    Compiling clap_lex v1.1.0
2026-07-10T00:58:22.2250761Z    Compiling static_assertions v1.1.0
2026-07-10T00:58:22.3240678Z    Compiling clap_builder v4.6.0
2026-07-10T00:58:22.4451152Z    Compiling compact_str v0.8.2
2026-07-10T00:58:22.4794903Z    Compiling strum v0.26.3
2026-07-10T00:58:22.6449584Z    Compiling unicode-truncate v1.1.0
2026-07-10T00:58:22.8900633Z    Compiling interprocess v2.4.2
2026-07-10T00:58:23.2670600Z    Compiling portable-pty v0.8.1
2026-07-10T00:58:23.3390808Z    Compiling crossterm v0.28.1
2026-07-10T00:58:23.4691251Z    Compiling hyper-util v0.1.20
2026-07-10T00:58:23.5250449Z    Compiling lru v0.12.5
2026-07-10T00:58:23.6020871Z    Compiling clap_derive v4.6.1
2026-07-10T00:58:23.7031148Z    Compiling unicode-width v0.2.0
2026-07-10T00:58:23.9490934Z    Compiling spt-term v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T00:58:24.0260642Z    Compiling cassowary v0.3.0
2026-07-10T00:58:24.0792616Z    Compiling iana-time-zone v0.1.65
2026-07-10T00:58:24.1090872Z    Compiling nucleo-matcher v0.3.1
2026-07-10T00:58:24.4396475Z    Compiling ratatui v0.29.0
2026-07-10T00:58:24.5301897Z    Compiling chrono v0.4.45
2026-07-10T00:58:24.6425448Z    Compiling qrcode v0.14.1
2026-07-10T00:58:24.8151135Z    Compiling tempfile v3.27.0
2026-07-10T00:58:25.5386883Z    Compiling igd-next v0.17.1
2026-07-10T00:58:25.6765892Z    Compiling spt-live v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T00:58:26.0536207Z    Compiling clap v4.6.1
2026-07-10T00:58:27.1124750Z    Compiling portmapper v0.16.0
2026-07-10T00:58:34.1877920Z    Compiling rustls-webpki v0.103.13
2026-07-10T00:58:36.9509932Z    Compiling tokio-rustls v0.26.4
2026-07-10T00:58:36.9510643Z    Compiling noq-proto v0.17.0
2026-07-10T00:58:36.9510948Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T00:58:37.1033413Z    Compiling hyper-rustls v0.27.9
2026-07-10T00:58:37.1033982Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T00:58:37.1034458Z    Compiling tokio-websockets v0.13.2
2026-07-10T00:58:37.3115393Z    Compiling reqwest v0.13.4
2026-07-10T00:58:38.3546894Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T00:58:54.5317749Z    Compiling spt-net v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T00:58:56.2033008Z    Compiling spt-daemon v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T00:59:05.1317160Z    Compiling spt v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T00:59:10.4055384Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
2026-07-10T00:59:10.4338131Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-e972ee1529fe8353)
2026-07-10T00:59:10.4357161Z 
2026-07-10T00:59:10.4357629Z running 1 test
2026-07-10T00:59:16.6252070Z test new_brain_serves_against_old_broker ... ok
2026-07-10T00:59:16.6252366Z 
2026-07-10T00:59:16.6252657Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-10T00:59:16.6253033Z 
2026-07-10T00:59:16.6527691Z Post job cleanup.
2026-07-10T00:59:16.7307799Z [command]/usr/bin/git version
2026-07-10T00:59:16.7344858Z git version 2.43.0
2026-07-10T00:59:16.7377518Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8eb4183b-901b-47f6-8a9e-4607a162481c' before making global git config changes
2026-07-10T00:59:16.7378604Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T00:59:16.7381509Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T00:59:16.7421503Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T00:59:16.7459818Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T00:59:16.7693062Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T00:59:16.7714806Z http.https://github.com/.extraheader
2026-07-10T00:59:16.7721889Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-10T00:59:16.7747676Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T00:59:16.7937730Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T00:59:16.7963800Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T00:59:16.8284321Z Cleaning up orphan processes
2026-07-10T00:59:16.8808827Z Terminate orphan process: pid (3303244) (spt)
